home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-11-05 | 425 b | 18 lines |
- GEOM = ../../..
- include ${GEOM}/makefiles/Makedefs.global
- include Makedefs
- include ${GEOM}/makefiles/Makerules.src
-
- install: installdata
-
-
- #
- # We use ${GEOM}/.. below because it's relative to the "data"
- # subdirectory of this directory.
- #
- installdata:
- cd data; \
- ${INSTALL} -O -v -m 664 -F ${GEOM}/../data/geom \
- flythrough_diagram.gv dodec.vect ; \
- ${INSTALL} -O -v -m 664 -F ${GEOM}/../data/groups *.?.gv *.tlist
-